home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
etech
/
GALer20
/
Source
/
GALer
/
GALerIncludes.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-04-05
|
959b
|
42 lines
/* This file includes all system include files for GALer but
** without my own include files Localize.h and GALer.h because
** they were changed very often during development.
** You can use this file to get a SAS/C GST (Global Symbol Table)
** file.
*/
#include <devices/parallel.h>
#include <exec/memory.h>
#include <exec/types.h>
#include <exec/io.h>
#include <exec/ports.h>
#include <graphics/gfxbase.h>
#include <graphics/text.h>
#include <graphics/displayinfo.h>
#include <intuition/intuition.h>
#include <libraries/dos.h>
#include <libraries/gadtools.h>
#include <libraries/reqtools.h>
#include <libraries/locale.h>
#include <libraries/dosextens.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <proto/dos.h>
#include <proto/exec.h>
#include <proto/gadtools.h>
#include <proto/graphics.h>
#include <proto/intuition.h>
#include <proto/locale.h>
#include <proto/reqtools.h>
#include <clib/alib_protos.h>